From 46d3263c49dc7ac91341cee85162788c0c239000 Mon Sep 17 00:00:00 2001 From: "mjw@wray-m-3.hpl.hp.com" Date: Mon, 21 Jun 2004 13:55:03 +0000 Subject: [PATCH] bitkeeper revision 1.990.2.8 (40d6e8b71zWgmIqwTpIsNAH-m2697Q) Remove debug noise. --- tools/xenmgr/lib/XendDomainInfo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/xenmgr/lib/XendDomainInfo.py b/tools/xenmgr/lib/XendDomainInfo.py index ec9258afd8..bf0ed8d284 100644 --- a/tools/xenmgr/lib/XendDomainInfo.py +++ b/tools/xenmgr/lib/XendDomainInfo.py @@ -113,7 +113,6 @@ class XendDomainInfo: ['name', self.name], ['memory', self.memory] ] if self.info: - print 'info:', self.info run = (self.info['running'] and 'r') or '-' block = (self.info['blocked'] and 'b') or '-' stop = (self.info['stopped'] and 's') or '-' -- 2.30.2